Password Guessing
Combinations to always try on everything
admin:admin
root:toor
root:root
admin:pass
admin:password
administrator:administrator
root:password
root:pass
admin:1234
Default Credentials
Find default creds for different services:
https://github.com/NightRang3r/misc_nuclei_templates/blob/main/
A good methodology to follow:
- Try the default credentials you find when googling
- If this doesn't work, take the username of the default credentials and apply the passwords from the combination list above (using the default username you found prior)
- Should this fail, move on to bruteforcing/other methods.